object FondoFrm: TFondoFrm Left = 198 Top = 129 Cursor = crArrow BorderStyle = bsNone Caption = 'Dokan - Fondo' ClientHeight = 346 ClientWidth = 498 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Fondo: TImage Left = 0 Top = 0 Width = 437 Height = 273 AutoSize = True OnClick = FondoClick end end